home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / EStrLen.ass < prev    next >
Encoding:
Text File  |  2000-02-26  |  102 b   |  10 lines

  1. ; a0 - string/list
  2.  
  3.     xdef    _EStrLen
  4.     xdef    _ListLen
  5.  
  6. _ListLen
  7. _EStrLen    clr.l    d0
  8.     move.w    (-2,a0),d0
  9.     rts
  10.